Hệ thống bổ nhiệm bác sĩ trong PHP bằng mã nguồn

1 <?php include('header.php'); ?>
2
3
4
5
6
7     <!--
this is for donor registraton -->
8     <div
class="main_content" style="background-color:#fff;">
9         <h3
class="text-center" style="background-color:#272327;color: #fff;">User Login</h3>
10         <div
class="formstyles" style="background-color: #101011;color: #0d0623;">
11                 <div
class="col-md-12">
12                     
13                     <div
class="col-md-4"></div>
14                     <div
class="col-md-4" style="float: right;padding:20px 115px;border: 1px solid lightgrey;margin-right:415px; margin-bottom:30px;background-color:#f3f3f8;color:#141313;">
15                         <h4
class="text-center;"><a href="patient_login.php">Patient login</a></h4>
16                         <h4
class="text-center;"><a href="doctors/doctorlogin.php">Doctor login</a></h4>
17                     </div>
18                     <div
class="col-md-4"></div>
19                     
20                     
21                 </div>
22
23
24
25         
26           
27     </div><br><br><br><br>
28         
29     
30     
31     
32
33     
34  <?php include(
'footer.php'); ?>
35
36
37     
38     </div><!-- containerFluid Ends -->
39
40
41
42
43     <script src=
"js/bootstrap.min.js"></script>
44
45
46
47
48
49     
50 </body>
51 </html>


Gõ tìm kiếm nhanh...